All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.sun.java.swing.event.HyperlinkListener

public interface HyperlinkListener
extends EventListener
HyperlinkListener


Method Index

 o hyperlinkUpdate(HyperlinkEvent)
Called when a hypertext link is updated.

Methods

 o hyperlinkUpdate
 public abstract void hyperlinkUpdate(HyperlinkEvent e)
Called when a hypertext link is updated.

Parameters:
e - the event responsible for the update

All Packages  Class Hierarchy  This Package  Previous  Next  Index